Latest Questions

use selected branch on workflow_dispatch in github actions

Hi everyone, I am building Github actions workflow to use master and develop branches. I know that i can check out branch by reusing actions like below, but ho

How can I adjust detecting latency in ML kit text recognition?

I want to lower the latency of detection because I get too many words in a second. I've tried to lower it by changing variables like FPS, maxFrameMs, minFramems

Multi chat - determine which user saw the message (ejabberd)

I'm pretty new with ejabberd and I have two questions. What is the best approach to check which user seen a message or to see where the user stopped reading? D

I want to display fetched data from api in form columns (auto fill data) in React.js and Mysql

i am using onKeyUp event for fire api without submitting the form and i fetched data in response successfully if Mobile number matched. But i don't understand h

Change color of Pathlayer on Click, MapBox DeckGl React.js

I have a mapbox React.js component implemented with DeckGl I am trying to make my Pathlayer color changes on evenry mouse click (onClick), using onClick, getCol

How to apply Excel Table Style using Powershell

I'm thinking about writing script that convert my existing CSV file to XLSX file so I been following this post https://code.adonline.id.au/csv-to-xlsx-powershel

Uitextfieldwith dashed line, focus, default dashed color lines in swift

I haven given spaces between chars with NSattributes.kern, need to change focus color of next char border when text enter, should be do with one textfield class

What ADC precision and sampling rate for record sound?

What ADC precision and sampling rate would you choose and why if You wish to record sound that has frequency components are 200 to 2000 Hz. And the signal-to-no

Uncaught ReferenceError when deploying to Netlify

I have published a git repo (https://github.com/GeorgeFlorian/Forkify-App) to Netlify (https://forkify-jorje.netlify.app/) after following an Udemy tutorial: Ev

How can I access delivery property within EventGridEvent triggered function app?

I have configured a blob storage event subscription to be raised when a file is uploaded into an Azure storage account and have created an EventGridTrigger type

Comparing 2 column values in Grafana

I am using grafana to create dashboards. My data source is ELK. I have created a table in the grafana dashboard which has 5 columns. 2 of the columns can have s

How to clone conda environment, which have pip packages besides of conda packages?

Context I am trying to clone my dev conda environment to a test server. In this environment besides of many conda packages I had to install some packages via pi

Teradata: How to display LOB inline(inside the cells)

I have a Teradata table which contains LOB objects in different columns. When I do a query, it pops up window to ask where to save the LOB objects as txt files

Pass context with Hilt from ViewModel to data source

I'm trying to use Hilt to pass context along to my data source class, below: public class PostDataSource extends PageKeyedDataSource<Integer, Post> {

Sending logs from fluentd to splunk

I am using log4j , so have different formats of logs. I am able to send most of the logs using the below multiline format from fluentd to splunk, but few of the

Selection of only one user from list

I have this script that I need to use to retrieve the data of a particular user "ADTuser" from a list of servers the script works well, but the output file wit

can I build a production level windows application in Python

I'm trying to build a Windows Application in Python. But, sometimes I question myself, can this Application run on another person's PC without installing Python

Symfony - fixtures load throw unexpected error

In my Symfony 6 project, I am trying to load a fixture: /** * @param ObjectManager $manager */ public function load(ObjectManager $manager): void { $mana

Compute Fundamental Matrix of 2 Calibrated Cameras

I have 2 calibrated cameras: (R1, T1, K1) and (R2, T2, K2) in which R:3x3 rotation matrix to world coordinate, T:3x1 translation matrix to world coordinate, K:

Cmake 3.10.2 not found in SDK, PATH or by cmake.dir prop

Getting the following error when building my project in Android Studio: [CXX1300] CMake '3.10.2' was not found in SDK, PATH, or by cmake.dir property. My Gradl

Why I am getting "Not Implemented Error: Database objects do not implement truth value testing or bool()." while running makemigration cmd in django

I am trying to connect Django with MongoDB using Djongo. I have changed the Database parameter but I am getting this error Not Implemented Error: Database objec

std::stringstream's seekg does not work after while loop

I have this std::stringstream object whose contents I have to read (only) twice. For this I thought I could use its seekg member function to repeat the reading.

Get commits from master branch to a branch with different history

I'm making an E-commerce website using django and web(HTML/CSS/Js). I'm planning to host the app on Heroku, so for that, I'll need to create some files and do m

extern "C" DLL: Debug is OK, Release throws Error C2059

I've got a DLL that I've created as a C++ Win32 application. To prevent name mangling in my DLL, I have used the EXPORT definition defined below: #ifndef EXPOR

Subtracting 10 hours should move to yesterday, but it doesn't

I'm subtracting 10 hours from date object. Expecting to get yesterday's date. But I get the same date. Is it a bug in ads-script? var now = new Date(); Log

How to set Camera Preview to full screen in Flutter?

I am using the camera 0.9.4+5 package. I think the Camera Preview's size and aspect ratio of the package has been changed. Please let me know how to set the Cam

How to get product id and UPC in page source in Target?

I am trying to scrape some product ID and UPC of products in Target using Selenium in Python. I cannot find product id and UPC in product page so i go to the pa

Struggling to switch between databases at runtime with Spring boot

I'm trying to change which database is used at runtime (like from H2 to MySQL and back). Is it also possible to make both of them be used simultaneously (meanin

Flex and Bison compiler doesn't show lexical errors when he meets one syntax error

I'm coding a compiler using Flex and Bison, I coded yyerror(char*) and some printf() messages to show lexical and syntax errors. I tested my code by adding some

Working with promises in a React class component

I have this module to fetch data using the Spotify API: const Spotify = { getAccessToken() { ... }, searchTrack(searchTerm) { const accessToken = Spoti